1. Setting Main Blog Part
- On Blogger Dashboard Click Layout.
- Click Edit on Blog Posts Widget.
- Change it to look like that image.
- Click Save.
2. Navigation Menu
- On Blogger Dashboard Click Layout.
- Click Add a Gadget.
- Choose HTML/Javascript.
- Copy the following Code:
<div class="menu-container" id="sticky">
<div class="container">
<div class="sixteen columns">
<!-- Navigation List -->
<div class="table">
<nav id="primary_nav_wrap"><ul class="bt-nav">
<li class="submenu-link"><a class="arrow" href="http://grace-bthemez.blogspot.com/">Home</a>
<!-- Submenu-->
<ul>
<li><a href="#">Submenu</a></li> </ul>
</li> <li class="submenu-link"><a class="arrow" href="#">Premium Themes</a>
<!-- Submenu-->
<ul>
<li><a href="#">Default</a></li>
<li><a href="#">Sidebar</a></li>
<li><a href="#">Fullscreen Parallax</a></li>
<li><a href="#">Video Post</a></li>
<li><a href="#">Gallery Post</a></li>
</ul>
</li>
<li class="submenu-link"><a class="arrow" href="#">Features</a>
<!-- Submenu-->
<ul>
<li><a href="#">Grid</a></li>
<li><a href="#">Allure Theme</a></li>
<li><a href="#">Splendid</a></li>
</ul>
</li>
<li><a href="#">About</a></li>
<li><a href="#">Cooking</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
| Change |
Please Change the links according to your need,For links Just replace the # with url and Change the Name of the link |
3. Featured Slider
- On Blogger Dashboard Click Layout.
- Click Add a Gadget.
- Choose HTML/Javascript.
- Add the following Code:
<div class='royalSlider heroSlider rsMinW' id='full-width-slider'>
<div class='rsContent' data-rsdelay='2000'>
<img alt='' class='rsImg' src='http://4.bp.blogspot.com/-ii8cbkDD2AQ/VKEY1ppq01I/AAAAAAAABK4/ziuq2BR0kTo/s1600/home-slider2.jpg'/>
<div class='infoBlock infoBlockLeftBlack rsABlock' data-fade-effect='' data-move-effect='bottom' data-move-offset='10' data-speed='200'>
<h4>This is an animated block, add any number of them to any type of slide</h4>
<p>Put completely anything inside - text, images, inputs, links, buttons.</p>
</div>
</div>
<div class='rsContent' data-rsdelay='2000'>
<img alt='' class='rsImg' src='http://3.bp.blogspot.com/-q2bZ0YiT5UA/VKT7lDjBF9I/AAAAAAAABOQ/JekZ7jTgRn8/s1600/slider02.jpg'/>
<div class='infoBlock rsAbsoluteEl' data-fade-effect='' data-move-effect='bottom' data-move-offset='10' data-speed='200' style='color:#000;'>
<h4>This is a static HTML block</h4>
<p>It's always displayed and not animated by slider.</p>
</div>
</div>
<div class='rsContent' data-rsdelay='2000'>
<img alt='' class='rsImg' src='http://4.bp.blogspot.com/-2PYH374Dmyw/VKT-tvLFYdI/AAAAAAAABOc/HIxm09--GKs/s1600/1_6.jpg'/>
<div class='infoBlock rsABlock infoBlockLeftBlack' data-fade-effect='' data-move-effect='bottom' data-move-offset='10' data-speed='200'>
<h4>You can link to this slide by adding #3 to url.</h4>
<p><a href='#'>Learn more</a></p>
</div>
</div>
<div class='rsContent' data-rsdelay='2000'>
<img alt='' class='rsImg' src='http://newsright.wpbootstrap.net/wp-content/uploads/2013/07/Post05-1140x530.jpg'/>
</div>
</div>
| Note |
You have to just replace the Image link with your image link and change the content of the slide according to your need or you can delete it as well. |
this is simple HTML markup, however if you have any problem please contact me.
4. Random Post Slider Widget
- On Blogger Dashboard Click Layout.
- Click Add a Gadget.
- Choose HTML/Javascript.
- Copy the following Code:
<div class="random-post swiper-container">
<a class='arrow-left'><i class='fa fa-chevron-circle-left'/></i></a>
<a class='arrow-right'><i class='fa fa-chevron-circle-right'/></i></a>
<script style="text/javascript">
var numposts_gal = 4;
</script>
<script src="/feeds/posts/default?orderby=published&alt=json-in-script&callback=showgalleryposts&max-results=99"></script>
</div>
| Note |
just change the value of var numposts_gal to any no. of post you would like to show and save it. |
6. Featured Post Slider Widget
- On Blogger Dashboard Click Layout.
- Click Add a Gadget.
- Choose HTML/Javascript.
- Copy the following Code:
<div class='swiper-container feat-slider'>
<a class='arrow-left'><i class='fa fa-chevron-circle-left'/></i></a>
<a class='arrow-right'><i class='fa fa-chevron-circle-right'/></i></a>
<div class='swiper-wrapper'>
<script src="/feeds/posts/default/-/fashion?orderby=published&alt=json-in-script&callback=featured_slider"></script>
</div>
</div>
| Note |
Just Add the above code in the widget and add the label where it "fashion" is written. |
5. Footer Widgets
5. Social Icons
- On Blogger Dashboard Click Template.
- Press ctrl + F.
- try to find " soc-icons-header "(Without quotes) .
- You'll find the following code.
<ul class='soc-icons-header'>
<li>
<a href='http://twitter.com/bthemez' target='_blank'><i class='fa fa-twitter' />
</a>
</li>
<li>
<a href='http://facebook.com/bthemez' target='_blank'><i class='fa fa-facebook' />
</a>
</li>
<li>
<a href='http://www.instagram.com/bthemez' target='_blank'><i class='fa fa-instagram' />
</a>
</li>
<li>
<a href='http://www.youtube.com/bthemez' target='_blank'><i class='fa fa-play' />
</a>
</li>
<li>
<a href='http://pinterest.com/bthemez' target='_blank'><i class='fa fa-pinterest' />
</a>
</li>
<li>
<a href='http://plus.google.com/+bthemezsite' target='_blank'><i class='fa fa-google-plus' />
</a>
</li>
</ul>
| # |
Change social links with your links. |